Keysight VISA.NET Help
ReadBinaryBlockOfDouble(Double[],Int64,Int64,Boolean) Method



An array of double precision reals allocated by the calling program.
The index in the output data array where the first element is stored.
The maximum number of elements to store in the output data array.
If true and the method is reading an IEEE-488.2 block, it initially reads and discards characters until it finds the beginning of an IEEE-488.2 block. Otherwise it expects to find the block or array immediately.
Read an array of double precision reals from the formatted I/O read buffer and store a maximum of count elements into data starting at index
Syntax
'Declaration
 
Overloads Function ReadBinaryBlockOfDouble( _
   ByVal data() As Double, _
   ByVal index As Long, _
   ByVal count As Long, _
   ByVal seekToBlock As Boolean _
) As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Double
Dim index As Long
Dim count As Long
Dim seekToBlock As Boolean
Dim value As Long
 
value = instance.ReadBinaryBlockOfDouble(data, index, count, seekToBlock)
long ReadBinaryBlockOfDouble( 
   double[] data,
   long index,
   long count,
   bool seekToBlock
)
int64 ReadBinaryBlockOfDouble( 
   array<double>^ data,
   int64 index,
   int64 count,
   bool seekToBlock
) 

Parameters

data
An array of double precision reals allocated by the calling program.
index
The index in the output data array where the first element is stored.
count
The maximum number of elements to store in the output data array.
seekToBlock
If true and the method is reading an IEEE-488.2 block, it initially reads and discards characters until it finds the beginning of an IEEE-488.2 block. Otherwise it expects to find the block or array immediately.

Return Value

The actual number of elements stored the output data array.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025